home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 May: Technology Seed / Mac Tech Seed May '97.toast / Firewire 1.0 DDK / Source / OpenTransport / FWOTDriver / OTVDevice.r < prev   
Encoding:
Text File  |  1997-03-28  |  1.3 KB  |  50 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        OTVDevice.r
  3.  
  4.     Contains:    Resources for Open Transport networking virtual device.
  5.  
  6.     Written by:    Erik Staats
  7.  
  8.     Copyright:    © 1996 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.        <FW3>     6/13/96    ES        Changed 'cfrg' usage to kIsLib.
  13.        <FW2>     3/12/96    ES        Fill in contains and written by fields.
  14.        <FW1>     3/12/96    ES        first checked in
  15.  
  16. */
  17.  
  18. #include "SysTypes.r"
  19. #include "CodeFragmentTypes.r"
  20.  
  21. resource 'cfrg' (0)
  22. {
  23.     {
  24.       kPowerPC,                /* Target machine's Architecture. */
  25.       kFullLib,                /* This is not an update. */
  26.       kNoVersionNum,        /* Current version. */
  27.       kNoVersionNum,        /* Definition version. */
  28.       kDefaultStackSize,    /* Stack size of application. */
  29.       kNoAppSubFolder,        /* Not used here.  Can be the resource-id of an 'alis'
  30.                                resource.  Used to provide additional location
  31.                                to search for libraries. */
  32.       kIsLib,                /* This is a library. */
  33.       kOnDiskFlat,            /* This code fragment is on disk, in the data fork. */
  34.       kZeroOffset,            /* Offset of code into data fork. */
  35.       kWholeFork,            /* Code takes up all of data fork (can give a size). */
  36.       "OTVDevice"            /* Name of application. */
  37.     }
  38. };
  39.  
  40. resource 'vers' (1)
  41. {
  42.     FWVersion,
  43.     FWRevision,
  44.     FWBuildStage,
  45.     FWBuildNumber,
  46.     verUS,
  47.     FWShortVersionString,
  48.     FWLongVersionString
  49. };
  50.